home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / Mips.cf < prev    next >
Encoding:
Text File  |  1995-07-12  |  2.4 KB  |  67 lines

  1. /*
  2.  * Set version numbers before making makefiles.
  3.  * 
  4.  * X11r5 only builds using the berkeley libraries and compiler.  Make
  5.  * sure your path includes /bsd43/bin before /bin/ or /usr/bin.
  6.  */
  7.  
  8. #define OSName            RISCOS
  9. #define OSMajorVersion    4
  10. #define OSMinorVersion    50
  11.  
  12. XCOMM platform:  $XConsortium: Mips.cf,v 1.14 94/03/24 15:24:34 gildea Exp $
  13. XCOMM operating system:  OSName
  14.  
  15. /***************************************************************************
  16.  *             Platform-specific parameters                      *
  17.  ***************************************************************************/
  18.  
  19. #define HasVoidSignalReturn        NO
  20. #define SetTtyGroup            YES
  21. #define UnalignedReferencesAllowed    NO     /* if arbitrary deref okay */
  22. #define HasBsearch            NO
  23.  
  24. #define MipsArchitecture
  25. #define MakeEnv -e
  26.  
  27. #define DefaultCCOptions -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000
  28. #define StandardDefines -DMips -DBSD43
  29. #define PostIncDir /usr/include/bsd43
  30. #define ExtraLibraries -lmld
  31. #define ArCmd ar clr
  32. #define BootstrapCFlags -DMips
  33. #define InstallCmd /etc/mipsinstall -f
  34. #define MakeCmd make MakeEnv
  35. #define DoRanlibCmd NO
  36. #define AllocateLocalDefines -DINCLUDE_ALLOCA_H
  37.  
  38. /***************************************************************************
  39.  *                                                                         *
  40.  *            DEFINE PARAMETERS FOR BUILDING                     *
  41.  *                                                                         *
  42.  ***************************************************************************/
  43.  
  44. #define XmipsServer    YES
  45.  
  46. /***************************************************************************
  47.  *                                                                         *
  48.  *          OVERRIDE ANY CONFIGURATION PARAMETERS FROM Imake.tmpl        *
  49.  *                                                                         *
  50.  ***************************************************************************/
  51.  
  52. #define SpecialMalloc        NO
  53.  
  54. #define PrimaryScreenResolution    110
  55.  
  56. #define ConstructMFLAGS    NO        /* build MFLAGS from MAKEFLAGS */
  57.  
  58. #define DefaultUserPath /usr/net:/bin:/usr/bin:$(BINDIR):/usr/ucb
  59. #define DefaultSystemPath /usr/net:/bin:/usr/bin:/etc:$(BINDIR):/usr/ucb
  60.  
  61. /* mips manuals are really complicated.  This certainly won't work. */
  62.  
  63. #define ManDirectoryRoot /man/cat
  64. #define ManSourcePath $(MANPATH)/man
  65.  
  66. #define InstKmemFlags -g sys -m 2755
  67.